home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / demo / dbugassi.sit / Debugger’s Assistant.rsrc / PICT_131.png < prev    next >
Portable Network Graphic  |  1989-04-29  |  5.6 KB  |  353x252  |  1-bit (2 colors)
   ocr: The Heap Lone window The Heap Zone window displays the heap selected from the Heap window menu. This can be the Application heap ofthe current application, the System heapora a heap for which you know the address. The first four lines thata appearare information from the heap zone. The restofthe lines give nformation about each - block in the heap zone. These blocks are either free space, fixed blocks (allocatedby NewPtr)or floating blocks (allocatedby NewHandle). The address - ofthe block, the size of - the block and, for floating blocks, the lock, resource and purge flags: are all displayed. ...